inspector: Chain up in constructed
authorMatthias Clasen <mclasen@redhat.com>
Fri, 27 Jun 2014 22:43:59 +0000 (18:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 Jun 2014 22:44:36 +0000 (18:44 -0400)
Its the right thing to do.

gtk/inspector/window.c

index eee2712d0a114649d32cd784e4a07d44af2b0973..ef7d0743febd1b8605632c5a75a8ec8829ace939 100644 (file)
@@ -174,6 +174,8 @@ static void
 gtk_inspector_window_constructed (GObject *object)
 {
   gtk_inspector_window_select_initially (GTK_INSPECTOR_WINDOW (object));
+
+  G_OBJECT_CLASS (gtk_inspector_window_parent_class)->constructed (object);
 }
 
 static void